home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 9 / FM Towns Free Software Collection 9.iso / taropyon / silib / inc / fdl / fdlcfg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-16  |  219 b   |  14 lines

  1. #ifndef    _FDL_FDLCFG_H
  2. #define    _FDL_FDLCFG_H
  3.  
  4. typedef struct
  5. {
  6.     unsigned int    att;
  7.     int                sort;    /* デフォルトソート種別    */
  8.     char           *wild;    /* ワイルドカード        */
  9. } FDLCFG_T;
  10.  
  11. extern FDLCFG_T    FdlCfg;
  12.  
  13. #endif
  14.